home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form FormStep1
- Caption = "Mail eXtension Step #1"
- ClientHeight = 5295
- ClientLeft = 1425
- ClientTop = 1845
- ClientWidth = 6285
- Height = 5670
- Left = 1380
- LinkTopic = "Form1"
- ScaleHeight = 5295
- ScaleWidth = 6285
- Top = 1515
- Width = 6375
- Begin VB.PictureBox Picture1
- Align = 2 'Align Bottom
- Height = 495
- Left = 0
- ScaleHeight = 465
- ScaleWidth = 6255
- TabIndex = 0
- Top = 4800
- Width = 6285
- Begin VB.Label szStatus
- Caption = "No Active Session"
- Height = 255
- Left = 120
- TabIndex = 3
- Top = 120
- Width = 4695
- End
- End
- Begin Threed.SSPanel SSPanel1
- Align = 1 'Align Top
- Height = 1095
- Left = 0
- TabIndex = 1
- Top = 0
- Width = 6285
- _version = 65536
- _extentx = 11086
- _extenty = 1931
- _stockprops = 15
- backcolor = 12632256
- bevelinner = 1
- Begin Threed.SSCommand SSCommand1
- Height = 855
- Left = 120
- TabIndex = 2
- Top = 120
- Width = 1215
- _version = 65536
- _extentx = 2143
- _extenty = 1508
- _stockprops = 78
- caption = "Login cc:Mail"
- picture = "OCXSTEP1.frx":0000
- End
- End
- Begin Mailx16Lib.MForm MForm1
- Left = 240
- Top = 4440
- _version = 65541
- _extentx = 10398
- _extenty = 500
- _stockprops = 0
- mxformname = "FormTag2"
- End
- Begin Mailx16Lib.MSess MSess1
- Left = 240
- Top = 3720
- _version = 65541
- _extentx = 900
- _extenty = 900
- _stockprops = 0
- mail_type = 2
- displayerrors = 0 'False
- End
- Attribute VB_Name = "FormStep1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub SSCommand1_Click()
- MSess1.Logon = True
- If MSess1.Logon = True Then
- szStatus = "Active cc:Mail Session"
- Else
- szStatus = "No Active Session"
- End If
- End Sub
- Private Sub SSPanel1_Click()
- End Sub
-